-
Re: Reverse chained contextual substitution?
FontCreator supports it. No.1 -
Re: Reversing glyph sequence
OpenType features should continue to be processed. <div>script latn {<br> feature StandardLigatures1;<br>}<br><br>feature StandardLigatures1 liga {<br> lookup Liga…1 -
Re: Reversing glyph sequence
It is not possible in a single lookup, but you can accomplish it with two lookups. First a ligature substitution:<code>A_A_B_B;sub A A B B by Then a multiple substitution:<code><code&g…1 -
Re: GSUB: replace by nothing, a.k.a. deleting a glyph.
Even though the OpenType specification prohibits it, FontCreator allows you to define entries in a multiple substitution lookup with no output glyphs. This is a trick to delete glyphs, and seems to b…4 -
Re: Apple SF Fonts on Windows
I took a closer look at one of the Italic SF fonts: * The general rangeShift field is invalid * The font checksum is incorrect * Incorrect head table checksum * Invalid Panose data * The fsSelection …2